home *** CD-ROM | disk | FTP | other *** search
- object AttEditDlg: TAttEditDlg
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'The Attachment'
- ClientHeight = 158
- ClientWidth = 320
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 305
- Height = 113
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 16
- Top = 14
- Width = 50
- Height = 13
- Caption = '&File Name:'
- FocusControl = FileNameEdit
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 64
- Height = 13
- Caption = 'Content &Type'
- end
- object Label3: TLabel
- Left = 160
- Top = 64
- Width = 127
- Height = 13
- Caption = 'Content Transfer &Encoding'
- end
- object FileNameEdit: TEdit
- Left = 16
- Top = 32
- Width = 201
- Height = 21
- TabOrder = 0
- OnExit = FileNameEditExit
- end
- object BrowseButton: TButton
- Left = 224
- Top = 32
- Width = 75
- Height = 25
- Caption = '&Browse'
- TabOrder = 1
- OnClick = BrowseButtonClick
- end
- object OKButton: TButton
- Left = 72
- Top = 128
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 4
- end
- object CancelButton: TButton
- Left = 152
- Top = 128
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object HelpButton: TButton
- Left = 232
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 6
- end
- object ContentTypeEdit: TEdit
- Left = 16
- Top = 80
- Width = 137
- Height = 21
- TabOrder = 2
- end
- object EncodingBox: TComboBox
- Left = 160
- Top = 80
- Width = 137
- Height = 20
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'None'
- 'Base64'
- 'Quoted-Printable')
- TabOrder = 3
- end
- object OpenDialog1: TOpenDialog
- Filter = 'All Files (*.*)|*.*'
- Left = 8
- Top = 128
- end
- end
-